projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2fa4e
)
(polling_for_input): Define var unconditionally.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Aug 1994 19:58:40 +0000
(19:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 28 Aug 1994 19:58:40 +0000
(19:58 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 2209dbeeee05e5553e7dc0cdfa644432c4934f23..8efb3507c0c9cc29b5c8c67c063ddfc7eec190dd 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1296,9
+1296,11
@@
int polling_period;
/* Nonzero means polling for input is temporarily suppressed. */
int poll_suppress_count;
-#ifdef POLL_FOR_INPUT
+/* Nonzero if polling_for_input is actually being used. */
int polling_for_input;
+#ifdef POLL_FOR_INPUT
+
/* Handle an alarm once each second and read pending input
so as to handle a C-g if it comces in. */